stack: Ensure the bin window has an evmask suitable to windowless children
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 11 Aug 2014 14:49:46 +0000 (16:49 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 12 Aug 2014 12:28:34 +0000 (14:28 +0200)
commit8ff47570af18c42800c629e6c0ec6e98f2302f18
tree6f62241816c92d6cad6f40ab3f2b4ea707fad37c
parent62507776fe54adf27c2113da741009b9931ce0ef
stack: Ensure the bin window has an evmask suitable to windowless children

If a child has set_has_window == FALSE, it purely relies on the events set on
the parent window, for which the bin window used to just ensure the exposure
mask, eating all input events.

https://bugzilla.gnome.org/show_bug.cgi?id=734357
gtk/gtkstack.c